home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The National Palace Museum Experience
/
The National Palace Museum Experience.iso
/
Programs
/
Object.dxr
/
00069_PanLeft hilite.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-11-19
|
287 b
|
15 lines
global c
on mouseDown
set c to the clickOn
set the castNum of sprite c to the number of member "PanLeft Down"
changvrview("Left")
repeat while the mouseDown
changvrview("Left")
end repeat
end
on mouseUp
set the castNum of sprite c to the number of member "PanLeft"
end